Make ios_base::failure visibility specified consistent git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@267076 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/ios b/include/ios index 1deb5f6..cbea478 100644 --- a/include/ios +++ b/include/ios 
@@ -231,7 +231,7 @@  class _LIBCPP_TYPE_VIS ios_base  {  public: - class _LIBCPP_TYPE_VIS failure; + class _LIBCPP_EXCEPTION_ABI failure;    typedef unsigned int fmtflags;  static const fmtflags boolalpha = 0x0001;